home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / MindScape.swf / scripts / DefineButton2_1009 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-12-04  |  105 b   |  6 lines

  1. on(release){
  2.    _root.musicVol = 80;
  3.    _root.jukebox.targetVol = _root.musicVol;
  4.    prevFrame();
  5. }
  6.